home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the cursor of sprite the spriteNum of me to [50, 51]
- end
-
- on mouseUp me
- set the visible of sprite 4 to 1
- set the visible of sprite 9 to 1
- set the visible of sprite 10 to 1
- repeat with x = 20 to 27
- set the visible of sprite x to 1
- end repeat
- set the visible of sprite 41 to 1
- set the visible of sprite 42 to 1
- go(#next)
- end
-